home *** CD-ROM | disk | FTP | other *** search
- if(B2A)
- {
- Text1 = "Ale tak jo.";
- if(_root.menu.eng)
- {
- Text1 = "OK.";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B2B)
- {
- Text2 = "Mysl{invalid_utf8=237}m, {invalid_utf8=158}e na tohle si netrouf{invalid_utf8=225}m.";
- if(_root.menu.eng)
- {
- Text2 = "I think that I can\'t make this.";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- Text3 = "";
- Text4 = "";
- But1.Varianta = "A";
- But2.Varianta = "B";
- Level = "22";
- But1.Enabled = B2A;
- But2.Enabled = B2B;
-